home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / trash / WHAT'S HER BRA SIZE.swf / scripts / DefineButton2_117 / BUTTONCONDACTION on(press).as
Text File  |  2007-01-08  |  302b  |  17 lines

  1. on(press){
  2.    correct = Number(correct) + 1;
  3.    tellTarget("/right-wrong")
  4.    {
  5.       gotoAndStop("right");
  6.       play();
  7.       tellTarget("/right-check")
  8.       {
  9.          gotoAndStop(2);
  10.          tellTarget("/blackbar")
  11.          {
  12.             gotoAndPlay(2);
  13.          }
  14.       }
  15.    }
  16. }
  17.